Autogenerated HTML docs for v1.8.5.2-192-g7794
diff --git a/merge-strategies.txt b/merge-strategies.txt index 49a9a7d..fb6e593 100644 --- a/merge-strategies.txt +++ b/merge-strategies.txt
@@ -113,3 +113,11 @@ match the tree structure of A, instead of reading the trees at the same level. This adjustment is also done to the common ancestor tree. + +With the strategies that use 3-way merge (including the default, 'recursive'), +if a change is made on both branches, but later reverted on one of the +branches, that change will be present in the merged result; some people find +this behavior confusing. It occurs because only the heads and the merge base +are considered when performing a merge, not the individual commits. The merge +algorithm therefore considers the reverted change as no change at all, and +substitutes the changed version instead.